Fix bug #17777 with keyboard macros and visual-order cursor movement.
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Jun 2014 11:09:10 +0000 (14:09 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Jun 2014 11:09:10 +0000 (14:09 +0300)
commit8567ea9c60f2d49f9f5ae4ef5df169dd9f2201fd
tree483795d81c0c7a8835d443ad1c0680665ea57895
parente19514ecc7f3cd37cb137873670b6f1cea9d1a62
Fix bug #17777 with keyboard macros and visual-order cursor movement.

 src/xdisp.c (Fmove_point_visually): Don't use the glyph matrix
 information if we are in the middle of executing a keyboard macro,
 since redisplay doesn't update the screen until the macro is
 finished.
src/ChangeLog
src/xdisp.c